.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.header {
  background-color: #fff;
}
@font-face {
  font-family: "ab";
  /*src: url("../fonts/HYQIHEI-95S.TTF") format('truetype');*/
  font-weight: normal;
  opacity: 1;
}
@font-face {
  font-family: "abs";
  /*src: url("../fonts/SOURCEHANSERIF.TTC") format('truetype');*/
  font-weight: normal;
  opacity: 1;
}
.pagination {
  display: flex !important;
  justify-content: center;
  margin: 80px 0 0;
}
.pagination li {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 !important;
  text-align: center;
  display: flex;
  align-items: center;
  color: #808080;
  justify-content: center;

  margin-right: 10px;
}
.pagination li.active {
  background-color: #2e8af6;
  color: #fff;
}
.cate_ul .cate_li.active::before {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  background: #2e8ef0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.search {
  width: 360px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.search input {
  flex: 1;
  height: 36px;
  box-sizing: border-box;
  padding: 0 10px;
}
.search button {
  display: flex;
  background-color: #fff;
  margin: 0 10px;
  color: #333;
  font-size: 15px;
  align-items: center;
}
.search button img {
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 1px;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #999; /* 设置placeholder文字颜色 */
  font-size: 14px;
}
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.Top {
  position: relative;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  line-height: 60px;
  background-color: #2b6bdc;
}

.Top.on {
  border-bottom: 1px solid rgba(235, 235, 235, 0.1);
}
.m-btn {
  display: none;
  cursor: pointer;
  padding: 15px 5px;
  border-radius: 5px;
  z-index: 999;
  margin-left: 10px;
}
.m-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #2b6bdc;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background: #2b6bdc;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}

.MainNav ul::after {
  content: "";
  display: block;
  clear: both;
}
.MainNav ul li {
  float: left;
  width: 11%;
  font-size: 20px;
  justify-content: center;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.MainNav ul li img{
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.MainNav ul li.current{
   background-color: #1c50ab;
}
.MainNav ul li:hover {
  background-color: #1c50ab;
}
.MainNav ul li.active {
  background-color: #1c50ab;
}
.MainNav ul li em {
  display: block;
  position: relative;
}
.MainNav ul li em a {
  display: block;
  color: #fff;
}
.MainNav ul li em::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 2px;
  background: #0e9390;
  position: absolute;
  left: 0rem;
  bottom: -1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  opacity: 0;
}
.MainNav ul li.onnav em::before {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
}
.MainNav ul li:hover em::before {
  opacity: 1;
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
}

.MainNav ul li .NavPull {
  width: 100%;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: left;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: translateX(-50%);
}
.MainNav ul li .NavPull dl dd {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
}
.MainNav ul li .NavPull dl dd > a {
  text-align: center;
}
.MainNav ul li .NavPull dl dd a {
  display: block;
  padding: 12px 10px;
  font-size: 15px;
}
.MainNav ul li .NavPull dl dd:hover > a {
  background: #fff;
  color: #1c50ab;
}
.MainNav ul li .NavPull dl dd .TNav {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.MainNav ul li .NavPull dl dd .TNav .n_nav {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.MainNav ul li .NavPull dl dd .TNav .FNav {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.MainNav ul li .NavPull dl dd .TNav .FNav a {
  background: #f7f8f9;
  margin-bottom: 2px;
}
.MainNav ul li .NavPull dl dd:hover .TNav {
  display: block;
}
.MainNav ul li .NavPull dl dd .TNav .n_nav:hover .FNav {
  display: block;
}

.Top.on {
  color: #fff;
}
.Top.on .m-btn span,
.Top.on .m-btn span::before,
.Top.on .m-btn span::after {
  background: #fff;
}
.Top.on .m-btn.active span {
  background: transparent;
}
.Top.on .Logo .img1 {
  display: none;
}
.Top.on .Logo .img2 {
  display: inline-block;
}
.Top.on .userbtn a {
  color: #fff;
}

.Top.on .userbtn .userbtnico .img1 {
  display: none;
}
.Top.on .userbtn .userbtnico .img2 {
  display: inline-block;
}

.Top.on .MainNav ul li em a {
  color: #fff;
}
.HomeBan {
  position: relative;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
}
.footer .lf {
  width: 70%;
}
.ri {
  display: flex;
  text-align: center;
  white-space: nowrap;
}
.ri > div {
  margin-right: 30px;
  color: #999;
}
.ri img {
  width: 88px;
  height: 88px;
}
.footer {
  position: relative;
  background-color: #000;
  padding: 40px 0 60px;
}
.footer ul {
  display: flex;
  align-items: center;
}
.footer ul li a {
  color: #fff;
  white-space: nowrap;
}
.footer ul li a:hover {
  color: #1c50ab;
}
.footer_line {
  width: 1px;
  background-color: #fff;
  height: 16px;
  margin: 0 20px;
}
.footer .line_num {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  margin: 20px 0;
}
.footer .line_num span {
  margin-right: 40px;
}
.footer a {
  color: #999;
  font-size: 16px;
}
@media (max-width: 1024px) {
  #fullPage {
    padding-top: 60px;
  }
  .body .Top {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .body .Top.on {
    color: #000;
  }
  .body .Top.on .m-btn span,
  .Top.on .m-btn span::before,
  .Top.on .m-btn span::after {
    background: #da251d;
  }
  .body .Top.on .m-btn.active span {
    background: transparent;
  }
  .body .Top.on .Logo .img2 {
    display: none;
  }
  .body .Top.on .Logo .img1 {
    display: inline-block;
  }

  .body .Top.on .userbtn .userbtnico .img2 {
    display: none;
  }
  .body .Top.on .userbtn .userbtnico .img1 {
    display: inline-block;
  }

  .body .Top.on .lan span {
    background-image: url(../images/lanb.png);
  }
  .body .Top.on .lan span::before {
    background-image: url(../images/lan_jtb.png);
  }

  .body .Top.on .MainNav ul li em a {
    color: #000;
  }

  .nbody {
    padding-top: 60px;
  }

  .Top {
    line-height: 60px;
  }
  .m-btn {
    display: block;
  }
  .Top .Logo img {
    height: 30px;
  }
  .Top .SearchIco {
    position: static;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
  }
  .Top .userbtn {
    position: static;
    margin: 0 3px;
  }
  .Top.an .userbtn a {
    padding-right: 5px;
    font-size: 12px;
  }
  .Top .lan {
    margin-left: 0;
  }
  .Top.an .w1600 {
    padding-right: 0;
  }
  .MainNav {
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .MainNav ul {
    max-height: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    min-width: 150px;
  }
  .MainNav ul li {
    margin-right: 0;
    width: 100%;
    line-height: 40px;
    font-size: 15px;
  }
  .Top.on .MainNav ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .Top.on .MainNav ul li em a {
    color: #000;
  }

  .Top.on .MainNav ul li em {
    padding-right: 40px;
  }
  .Top .MainNav ul li em b {
    width: 40px;
    height: 100%;
    background: url(../imgs/lan_jtb.png) no-repeat center center;
    position: absolute;
    right: -10px;
    top: 0;
  }
  .Top.on .MainNav ul li em b {
    background: url(../imgs/lan_jtb.png) no-repeat center center;
  }
  .MainNav ul li .NavPull {
    width: 100%;
    margin-left: 0;
    line-height: 1.4;
    position: static;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 0 0;
    transform: translateX(0);
  }
  .MainNav ul li .NavPull dl dd a {
    padding: 12px 0;
    font-size: 12px;
  }
  .MainNav.show {
    width: 60%;
    visibility: visible;
    opacity: 1;
  }
  .Top .lan span {
    padding-left: 20px;
    padding-right: 10px;
    background-size: 14px;
  }
  .Top .userbtn .userbtnico img {
    width: 13px;
  }
  .Top.on .userbtn a {
    color: #333;
  }
  .search {
    display: none;
  }
  .logo img {
    height: 40px;
  }
  .header_top {
    padding: 5px;
  }
  .MainNav ul li em a {
    color: #333;
  }
  .Top .Search {
    padding: 40px 30px;
  }
  .Top .Search .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
  .Top .Search .SearchBox input {
    height: 38px;
    font-size: 14px;
  }
  .Top .Search .SearchBox button {
    height: 38px;
  }
  .MainNav ul li .NavPull dl dd .TNav {
    display: block;
    position: static;
    padding: 10px;
    box-sizing: border-box;
  }
  .MainNav ul li .NavPull dl dd .TNav .n_nav {
    padding: 8px;
  }
  .MainNav ul li .NavPull dl dd .TNav .n_nav span a {
    font-weight: bold;
  }
  .MainNav ul li .NavPull dl dd .TNav .FNav {
    display: block;
    position: static;
  }
  .MainNav ul li .NavPull dl dd .TNav .FNav a {
    background: #f5f5f5;
  }
  .MainNav ul li .NavPull a {
    padding-left: 10px !important;
    padding-right: 10p !important;
    text-align: left;
  }
  .Top .lan .LanDowm .LanDowmBox {
    padding: 30px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li .name {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li dl dd {
    line-height: 30px;
    padding-left: 26px;
  }
  .Top .lan .LanDowm .LanDowmBox ul li dl dd .icon {
    width: 18px;
  }
  .MainNav ul li em::before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .footer_flex {
    display: block;
  }
  .footer .lf {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
  }
  .footer ul {
    flex-wrap: wrap;
  }
  .footer a {
    font-size: 12px;
  }
  .footer {
    padding: 10px 0;
  }
  .ri {
    justify-content: center;
  }
}
.HomeBan:hover .bannerTab .owl-nav .owl-prev {
  transition: all 1s;
  left: 6%;
}
.HomeBan:hover .bannerTab .owl-nav .owl-next {
  transition: all 1s;
  right: 6%;
}
.bannerTab .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -999px;
  top: 48%;
  transform: translateY(-50%);
  background: url("../imgs/lf.png") no-repeat !important;
  z-index: 999;
}
.bannerTab .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -999px;
  top: 48%;
  transform: translateY(-50%);
  background: url("../imgs/ri.png") no-repeat !important;
  z-index: 999;
}
.bannerTab .owl-nav .owl-prev span,
.bannerTab .owl-nav .owl-next span {
  display: none;
}
.hot_box {
  position: relative;
  /* padding: 80px 0 ; */
}
.right_hot {
  position: absolute;
  right: 0;
  display: none;
}
.hot_title {
  display: flex;
  align-items: center;
}
.hot_title .ri_texts {
  font-size: 32px;
  display: block;
  padding-top: 5px;
  font-family: PingFang SC, PingFang SC-Heavy;
  color: #333;
  font-weight: bold;
}
.ri_text {
  flex: 1;
  padding-left: 10px;
}

.ri_text .span {
  padding-top: 20px;
}
.ri_text .span span {
  display: -webkit-box; /* 必须设置为弹性伸缩盒子模型 */
  -webkit-box-orient: vertical; /* 设置子元素排列方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 溢出内容显示为省略号 */
  font-size: 16px;
  color: #999;

  max-width: 1100px;
  display: inline-block;
}
.ri_text .span img {
  padding-top: 4px;
}
.news_content {
  display: flex;
  margin-top: 50px;
}
.news_bg_ri {
  background-color: #fff;
  padding: 0 20px;
}
.news_bg_lf,
.news_bg_lf .item {
  width: 750px;
  height: 500px;
  overflow: hidden;
}
.news_bg_lf img {
  width: 100% !important;
  /* height: 600px !important; */
}
.news_title_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_title_top .dots {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
.news_title_top .time {
  font-size: 16px;
  color: #2e8af6;
}
.news_bg_ri {
  flex: 1;
  padding-left: 40px;
  overflow: hidden;
  position: relative;
}

.news_bg_ri .tab_ul {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333333;
  /* font-weight: bold; */
  border-bottom: 1px solid #e4e4e4;
  padding: 0px 0 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ul_centent ul {
  display: none;
}
.ul_centent ul:first-child {
  display: block;
}
.news_bg_ri .tab_ul .tab_li {
  cursor: pointer;
}
.news_bg_ri .tab_ul .tab_li.active {
  color: #2b6bdc;
  position: relative;
}
.news_bg_ri .tab_ul .tab_li.active::after {
  width: 92px;
  height: 3px;
  background: #2b6bdc;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.news_bg_ri ul li a {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}
.news_bg_ri ul li a .dotss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #4d4d4d;
  position: relative;
  padding: 5px 10px 0;
  max-width: 500px;
}
.news_bg_ri ul li a .dotss img {
  position: absolute;
  left: 0;
  top: 15px;
}
.news_bg_ri ul li a .dotss:hover,
.news_title_top .dots:hover {
  color: #0866c6;
  font-weight: bold;
}
.news_bg_ri ul li a span {
  color: #666666;
  font-size: 14px;
}
.news_title_top .time span {
  font-size: 26px;
}
.news_bg_lf,
.news_bg_lf .item {
  position: relative;
}
.news_bg_lf .owl-dots {
  position: absolute;
  /* display: none !important; */
  width: 35%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
}
.news_bg_lf .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 10px;
}
.news_bg_lf .owl-dots .owl-dot.active {
  background-color: #fff;
}
.news_bg_lf .item .new_title {
  position: absolute;
  width: 100%;
  height: 50px;

  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  line-height: 50px;
  padding-left: 10px;
}
.news_bg_lf .item .new_title span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}
.news_bg_ri span {
  white-space: nowrap;
}
.djdt {
  position: relative;
}
.djdt .fu_img {
  position: absolute;
  left: 0;
  top: -100px;
  display: none;
  z-index: 0;
}
.djdt_bg {
  background: url("../imgs/deta6.png?v=1.0") no-repeat;
  background-size: cover;
  position: relative;
}
.djdt_du {
  margin: 15px 0 20px;
}
.title_djdt {
  display: flex;
  align-items: center;
  padding: 23px 0 60px;
  color: #be1b27;
  justify-content: center;
  font-weight: bold;
  position: relative;
  font-size: 50px;
  font-family: PingFang SC, PingFang SC-Bold;
}
.title_djdt a {
  position: absolute;
  font-weight: normal;
  font-size: 20px;
  color: #be1b27;
  right: 40px;
  top: 34px;
}
.title_djdt img {
  margin-right: 10px;
}
.new604 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 40px;
}
.djdt_bg ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 45%;
}
.djdt_bg ul li {
  /* width: 50%; */
  margin-bottom: 20px;
  font-weight: bold;
}
.djdt_bg ul li a {
  color: #333333;
  font-size: 16px;
  position: relative;
  padding-left: 50px;
  display: flex;
}
.djdt_bg ul li a:hover {
  color: #2b6bdc;
}
.djdt_bg ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 500px;
}
.djdt_bg ul li a img {
  position: absolute;
  left: 30px;
  top: 8px;
}
.yqfw {
  width: 100%;
  margin: 30px 0 0;
}
.yqfw_bg {
  background: url("../imgs/ban.png") no-repeat;
  background-size: cover;
  padding: 80px;
}
.yqfu_top {
  display: flex;
  margin-top: 40px;
}
.yqfw_title {
  position: relative;
}
.yqfw_shaders {
  font-family: "ab";
  color: #666666;
  opacity: 0.15;
  font-size: 42px;
  font-weight: bold;
}
.yqfw_name {
  font-size: 36px;
  font-family: PingFang SC, PingFang SC-Bold;
  color: #2b6bdc;
  font-weight: bold;
}
.yqfu_top_left p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-indent: 2em;
  padding: 40px 0 10px;
}
.two_img {
  display: flex;
  align-items: center;
}
.two_img a {
  padding-top: 6px;
  margin-right: 10px;
}
.yqfu_bottom ul {
  display: flex;
  margin-top: 80px;
}
.yqfu_bottom ul li {
  width: 25%;
  color: #fff;
  display: flex;
  padding-right: 60px;
}
.yqfu_bottom ul li .line {
  position: relative;
  width: 1px;
  background-color: rgba(43, 107, 220, 0.2);
  margin-right: 30px;
}
.yqfu_bottom ul li .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 26px;
  background-color: #2b6bdc;
  top: 50px;
  left: -2px;
}
.yqfu_bottom ul li .p_num {
  font-family: "ab";
  font-size: 40px;
  padding-top: 50px;
  font-weight: bold;
  color: #2b6bdc;
}
.yqfu_bottom ul li .p_num span {
  font-size: 16px;
}
.yqfu_bottom ul li .p_text {
  opacity: 0.8;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  padding-top: 20px;
  color: #333333;
}
.yqfu_top_left {
  flex: 1;
  padding-right: 80px;
}
.yqfu_top_right {
  width: 580px;
}
.fyjs {
  padding: 30px 0 30px;
  position: relative;
}
.bg_f7 {
  padding: 70px 0 80px;
  position: relative;
}
.fyjs .fyjs_img {
  position: absolute;
  top: 0;

  left: 0;
}
.fyjs .fyjs_imgs {
  position: absolute;
  bottom: 0;

  right: 0;
}
.fyjs_title {
  text-align: center;
  margin-bottom: 70px;
}
.fyjs_title .fyjs_shader {
  font-family: "ab";
  font-size: 42px;
  color: #999;
  opacity: 0.15;
  font-weight: bold;
}
.fyjs_name {
  font-size: 36px;
  color: #2b6bdc;
  font-weight: bold;
  font-family: PingFang SC, PingFang SC-Bold;
}
.fyjs ul {
  display: flex;
  flex-wrap: wrap;
}
.fyjs ul li {
  background-color: #f2f3f5;
  margin: 8px;
  border-radius: 8px;
  height: 440px;
  /* padding: 30px; */
}
.uls {
  position: relative;
  padding: 0 80px;
}
.uls .owl-nav .owl-prev {
  width: 78px;
  height: 78px;
  background: url("../imgs/deta10.png") no-repeat !important;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
}
.uls .owl-nav .owl-prev span {
  display: none;
}
.uls .owl-nav .owl-next {
  width: 78px;
  height: 78px;
  background: url("../imgs/deta9.png") no-repeat !important;
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%);
}
.deta_s img {
  width: 96px !important;
  display: block;
  margin: 0 auto;
}
.uls .owl-nav .owl-next span {
  display: none;
}
.fyjs ul li img {
  text-align: center;
}
.fyjs ul li .cover_img {
  margin: 0px auto;
  overflow: hidden;
}
.fyjs ul li .cover_img img:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.fyjs_intro {
  /* border: 1px solid #f3f3f3; */
  padding: 30px 20px;
  position: relative;
  z-index: 999;

  text-align: left;
}
.title_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.title_img img {
  width: 140px;
  height: 140px;
}
.fyjs_intro p {
  color: #2b6bdc;
  font-family: PingFang SC, PingFang SC-Bold;
  padding-bottom: 20px;
  font-size: 24px;
}
.tab_link {
  height: 50px;
  background: #cadcfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1c50ab;
}
.tab_link ul {
  display: flex;
  align-items: center;
}
.tab_link li {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.tab_link li.link_active {
  background-color: #2b6bdc;
  color: #fff;
}
.link_content {
  height: 100px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px 50px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.link_content ul {
  display: none;
  /* justify-content: space-between; */
}
.link_content ul:first-child {
  display: flex;
  justify-content: space-between;
}
.fyjs_intro span {
  display: -webkit-box; /* 必须设置为弹性伸缩盒子模型 */
  -webkit-box-orient: vertical; /* 设置子元素排列方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 溢出内容显示为省略号 */
  line-height: 36px;
}
.yqlj {
  /* background:  #F9F9F9; */
  padding: 0px 0 90px;
}
.bg_f5 {
  background-color: #f5f5f5;
  padding: 30px 30px 12px 30px;
}
.bg_ff_p8 {
  padding: 60px 40px 60px;
}
.yqlj ul {
  /* display: flex; */
  /* margin-bottom: 20px; */
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
/* .yqlj ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
} */
.yqlj ul p {
  color: #1c50ab;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 10px;
}
.link_line {
  margin-top: 20px;
  margin-right: 10px;
}
.link_content ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 30px;
}
.link_content ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #999;
  position: absolute;
  top: 18px;
  right: -20px;
}
.link_content ul li:last-child::after {
  display: none;
}
.news_1 {
  position: absolute;
  right: 0;
  top: 200px;
}
.news_flex {
  display: flex;
  position: relative;
  padding-bottom: 150px;
}
.aligncenter{
  padding-top: 60px;
}
.news_flex .bottom_img {
  position: absolute;
  left: -80px;
  bottom: -130px;
}
.sider_lf {
  margin-top: -35px;
  width: 240px;
}
.sider_lf .top_img {
  width: 240px;
  height: 76px;
  background: url("../imgs/lans.png") no-repeat;
  background-size: cover;
  font-size: 32px;
  font-family: "abs";
  line-height: 76px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
.sider_lf ul {
  border-left: 4px solid #2b6bdc;
}
.sider_lf ul li {
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  font-size: 20px;
  padding: 20px;
  position: relative;
}
.sider_lf ul li a {
  max-width: 95%;
  display: block;
}
.sider_lf ul li.active a {
  color: #2b6bdc;
}
.sider_lf ul li.active::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("../imgs/ju.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: -12.5px;
  top: 50%;
  transform: translateY(-50%);
}
.news_ri_centent {
  margin-left: 40px;
  flex: 1;
}
.news_ri_li {
  display: flex;
  font-size: 16px;
  color: #666666;
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news_ri_li a {
  color: #666;
}

.news_ri_li a:hover {
  color: #0866c6;
}
.news_ul ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  padding-left: 10px;
}
.news_ul ul li a {
  display: flex;
  position: relative;
  color: #333;
  font-size: 16px;
  justify-content: space-between;
}
.news_ul ul li span {
  display: block;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_ul ul li a:hover {
  color: #0866c6;
}
.news_ul ul li a .time {
  color: #999;
}
.news_ul ul li a img {
  position: absolute;
  top: 10px;
  left: -10px;
}
.parase_detail {
  padding: 40px 0 100px;
}
.parase_detail .title {
  color: #333333;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.parase_details,
.parase_detailss {
  padding-top: 40px;
}
.parase_details .title {
  color: #333333;
  font-size: 30px;
  text-align: center;
}

.parase_detailss .title {
  color: #333333;
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}
.parase_detail .infto {
  font-size: 16px;
  color: #999999;
  text-align: center;
  padding: 40px 0;
}
.parase_details .form_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-bottom: 40px;
}
.form_item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form_item > div {
  width: 120px;
  font-size: 16px;
}
.form_item input,
.form_item select {
  width: 320px;
  height: 50px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 14px;
}
.news_ri_centent .infto span {
  margin-right: 10px;
}
.form_btn {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  border-top: 1px solid #e4e4e4;
}
.form_btn .reset {
  width: 200px;
  height: 50px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  color: #666666;
}
.form_btn .submit {
  width: 200px;
  height: 50px;
  background: #2b6bdc;
  border-radius: 2px;
  color: #fff;
  margin-left: 20px;
}
.hd {
  padding-top: 30px;
}
.dan_tudan_tu {
  position: relative;
}
.dan_tudan_tu a img {
  width: 100%;
}
.dan_tudan_tu .lf {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.parase_detail img {
  display: block;
  margin: 0 auto;
}
.news_flex_detail {
  position: relative;
}
.news_flex_detail .bottom_img {
  position: absolute;
  right: -80px;
  bottom: -21s0px;
}
.prev_flex {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
  margin-bottom: 60px;
}
.prev_article {
  display: flex;
  align-items: center;
}
.prev_article a {
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.yuan_qu .yuan_qu_title {
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #333;
}
.yuan_qu ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 20px;
}
.yuan_qu ul li a {
  display: flex;
  /* align-items: center; */
}
.yuan_qu ul li .more {
  white-space: nowrap;
}
.yuan_qu ul li .more a {
  font-size: 16px;
  color: #2b6bdc;
}
.lf_imgd {
  width: 260px;
  text-align: center;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lf_imgd img {
  padding: 38px;
  /* padding: 20px;
    border-radius: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.qu_center .p {
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示的行数 */
  overflow: hidden;
}
.blank-Btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.qu_center {
  flex: 1;
  padding: 0 40px 0 20px;
}
.qu_center .qu_name {
  font-size: 24px;
  color: #333333;
  padding: 20px 0;
}
.prev_article span,
.prev_articles {
  color: #333;
  margin-right: 10px;
  font-weight: bold;
}
.product_sy {
  padding-bottom: 40px;
}
.product_sy ul {
  display: flex;
  flex-wrap: wrap;
}
.product_sy ul li {
  display: inline-block;
  width: calc((100% - 120px) / 3);
  margin-bottom: 30px;
  margin-right: 40px;
}
.product_sy ul .cover {
  overflow: hidden;
}
.product_sy ul li img {
  width: 100%;
}
.product_sy ul li img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.title_box {
  padding: 10px;
}
.honer_top {
  padding: 40px 0;
}
.honer_title {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #2b6bdc;
  text-align: center;
}
.yqfw_shader {
  opacity: 0.15;
  font-size: 30px;
  font-family: "ab";
  font-weight: 400;
  text-align: left;
  color: #999999;
  margin-top: -15px;

  text-align: center;
}
.product_sy .title_sy {
  font-size: 16px;
  text-align: center;
}
.concant_us .lf_text .honer_title,
.concant_us .lf_text .yqfw_shader {
  text-align: left;
}
.concant_flex {
  display: flex;
  padding: 100px 0;
}
.lf_text {
  width: 40%;
}
.ri_map {
  flex: 1;
  margin-left: 70px;
}
.concat_phone {
  margin-top: 50px;
}
.concat_phone > div {
  color: #333333;
  font-size: 16px;
  margin-bottom: 20px;
}
.page_index {
  background-color: #f5f5f5;
}
.bg_ff {
  background-color: #fff;
}
.bg_ff_p {
  padding: 60px 40px;
}
.hover64{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.tzgg_64{
    position: relative;
}
.hover76{
    position: absolute;
    left: 0;top:0
}
.gduos { 
    display: flex;
    padding-right: 50px;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.rif{
   position: absolute;
    right: 0;bottom:0 
}
.xwzx_title{
    text-align: center;
    padding: 30px 0 55px;
}
.xwzx_title .xwzx_shader ,.yqxw_shader{
  font-family: "ab";
  font-size: 30px;
  color: #999;
  opacity: 0.15;
  font-weight: bold;
}
.xwzx_name ,.yqxw_title{
  font-size: 30px;
  color: #2b6bdc;
  font-weight: bold;
  margin-top: -10px;
  font-family: PingFang SC, PingFang SC-Bold;
}
.tzgg_64 ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
    position: relative;
}
.tzgg_64 ul li a:hover span{
    font-weight: bold;
}
.tzgg_64 ul li{
    width: 50%;
    font-size: 16px;
    padding-right: 50px;
    color: #333;
    padding-bottom: 30px;
    justify-content: space-between;
}
.tzgg_64 ul li .time{
    color:#999999
}
.tzgg_64 ul li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px 0 10px;
    flex: 1;

}
.tzgg_64 ul li a{
    display: flex;
    align-items: center;
}
.uflex_ng{
    display: flex;
}
.yqxw_64{
    background-color: #F9F9F9;
    padding: 70px 0 40px;
}
.news_bg_lf64{
    width: 45%;
    overflow: hidden    
}
.news_bg_lf64 .item .new_title{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
}
.news_bg_ri64{
    background-color: #F9F9F9;
}
.news_bg_ri64 .tab_ul{
    border-bottom: none;
    margin-bottom: 15px;
}
.active64 img{display: none;}
.news_bg_ri ul li.active64 a .dotss{color: #333;font-size: 18px;padding-left: 0;}
.qydt{
    padding: 30px 0 60px;
}
.top_qydt{
    display: flex;
    justify-content: space-between;
}
.qydt_news ul{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    
}
.qydt_news ul li{
   
  display: inline-block;
  width: calc((100% - 120px) / 4);

}
.qydt_news ul li p{
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
}
.qydt_news ul li .dotss{
    color: #333;
    font-size: 18px;
     display: -webkit-box; /* 必须设置为弹性伸缩盒子模型 */
  -webkit-box-orient: vertical; /* 设置子元素排列方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 溢出内容显示为省略号 */
  font-size: 16px;
 
}
.qhjs{
    background-color: #F9F9F9;
    padding: 40px 0 60px;

}
.top_qhjs{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.top_qhjs a{
    position: absolute;
    right: 50px;
    top: 20px;
}
.yqxw_titles{
    text-align: center;
}
.qhjs ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.qhjs ul li{width: 50%;padding-right: 40px;margin-bottom: 35px;}
.qhjs ul li a{display: flex;align-items: center;}
.qhjs ul li a .qhjs_lf_img img{height: 135px;width: 180px;}
.qhjs ul li a .qhjs_ri{background-color: #fff;flex:1;padding-left: 20px;overflow: hidden;position: relative;height: 135px;box-sizing: border-box;padding-top: 20px;}
.qhjs ul li a .qhjs_ri p{font-weight: bold;font-size: 18px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 90%;}
.qhjs ul li a .qhjs_ri span{
    color: #999999;
    font-size: 16px;
     display: -webkit-box; /* 必须设置为弹性伸缩盒子模型 */
  -webkit-box-orient: vertical; /* 设置子元素排列方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 溢出内容显示为省略号 */
  max-width: 85%;
  padding-top: 10px;
 
}
.qhjs ul li a .qhjs_ri img{
    position: absolute;
    right: 5px;
    top: 94px;
}
.qydt_news ul li a img{
  height: 200px;
}
.news_bg_lf64 .item a {
  height: 100%;
}
@media (max-width: 1366px) {
  /* .uls{
        padding: 0 40px;
    }
    .bg_ff_p,.bg_f7,.bg_ff_p8{
        padding: 20px;
    } */
  .w1400 {
    max-width: 1200px;
  }
  .news_bg_lf,
  .news_bg_lf .item {
    width: 600px;
  }
  .news_bg_ri .tab_ul {
    font-size: 18px;
    padding: 0;
  }
  .news_bg_ri ul li a {
    padding: 1px 0;
  }
  .news_bg_ri ul li a .dotss {
    font-size: 14px;
    padding: 1px 10px;
  }
  .news_bg_ri .tab_ul .tab_li.active {
    text-align: center;
  }
  .news_bg_ri .tab_ul .tab_li.active::after {
    bottom: 0;
    width: 72px;
  }
  .sider_lf .top_img {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .uls {
    padding: 0 20px;
  }
  .bg_ff_p,
  .yqfw_bg {
    padding: 10px;
  }
  .hot_title .ri_texts {
    font-size: 20px;
  }
  .news_bg_lf,
  .news_bg_lf .item {
    height: auto;
  }
  .concant_flex {
    display: block;
    padding: 10px;
  }
  .bg_f7,
  .bg_ff_p8 {
    padding: 10px;
  }
  .lf_text {
    width: 100%;
  }
  .concat_phone {
    margin-top: 20px;
  }
  .ri_map {
    margin-left: 0;
  }
  .hot_box {
    padding: 20px 10px;
  }
  .hot_title .lf_img img {
    display: none;
  }
  .hot_title {
    display: block;
  }
  .hot_title a {
    font-size: 20px;
  }
  .news_content {
    display: block;
    margin-top: 10px;
  }
  .news_bg_lf,
  .news_bg_lf .item {
    width: 100%;
  }
  .news_bg_ri .tab_ul {
    font-size: 16px;
  }
  .news_bg_ri {
    padding: 0;
  }
  .djdt_bg ul {
    display: block;
    padding-bottom: 80px;
  }
  .djdt_bg ul li {
    width: 95%;
  }
  .title_djdt {
    font-size: 20px;
    padding: 15px 5px;
  }
  .title_djdt a {
    right: 0px;
    top: 0px;
  }

  .yqfw_shader {
    font-size: 30px;
  }
  .yqfw_name {
    font-size: 30px;
  }
  .yqfu_top {
    display: block;
    padding-bottom: 10px;
  }
  .yqfu_top_left {
    padding-right: 0;
  }
  .yqfu_top_left p {
    padding: 10px;
    font-size: 14px;
  }
  .yqfu_top_right {
    width: 100%;
    margin-top: 10px;
  }
  .yqfu_bottom ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .yqfu_bottom ul li {
    width: 50%;
  }
  .uls .owl-nav .owl-next {
    right: -30px;
  }
  .uls .owl-nav .owl-prev {
    left: -30px;
  }
  .fyjs {
    padding: 10px 0;
  }
  .fyjs_title .fyjs_shader {
    font-size: 30px;
  }
  .fyjs_name {
    font-size: 30px;
  }
  .fyjs ul {
    display: block;
  }

  .fyjs_intro p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .fyjs_intro span {
    font-size: 14px;
    line-height: 28px;
  }
  .yqlj {
    padding: 10px;
  }
  .yqlj ul {
    flex-wrap: wrap;
    font-size: 12px;
    
  }
  .fyjs_title {
    margin-bottom: 20px;
  }
  .link_line {
    display: none;
  }
  .yqlj ul li {
    margin-left: 0;
  }
  .link_content ul li::after{
    display: none;
  }
  .link_content{
    padding: 10px;
  }
  .news_flex {
    display: block;
  }
  .news_ri_centent {
    margin-left: 0;
    padding: 10px;
  }
  .news_ul ul li a .time {
    white-space: nowrap;
  }
  .news_ul ul li span {
    max-width: 70%;
  }
  .news_centent {
    padding-bottom: 0;
  }
  .sider_lf {
    width: 100%;
    margin-top: 10px;
  }
  .sider_lf .top_img {
    display: none;
  }
  .sider_lf ul li {
    padding: 10px 20px;
    font-size: 16px;
  }
  .news_flex .bottom_img {
    display: none;
  }
  .parase_detail {
    padding: 15px 0;
  }
  .parase_detail .title {
    font-size: 24px;
  }
  .yuan_qu ul li {
    display: block;
  }
  .yuan_qu ul li a {
    align-items: flex-start;
  }
  .qu_center {
    padding: 10px;
  }
  .qu_center .qu_name {
    font-size: 16px;
    padding: 0;
    font-weight: bold;
  }
  .qu_center .p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
  }
  .yuan_qu ul li .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .yuan_qu .yuan_qu_title,
  .parase_details .title {
    font-size: 24px;
  }
  .yuan_qu ul li .more a {
    font-size: 12px;
  }
  .lf_imgd {
    width: 100px;
    height: 100px;
  }
  .parase_detail {
    padding: 10px;
  }
  .parase_details .form_flex {
    display: block;
  }
  .form_item {
    width: 100%;
  }
  .news_centent {
    padding: 10px;
  }
  .product_sy ul {
    display: block;
    padding: 0 10px;
  }
  .product_sy ul li {
    width: 100%;
    margin-right: 0;
  }
  .honer_top {
    padding: 20px 0;
  }
  .xwzx_title{
    padding: 10px 0;
  }
  .tzgg_64{
    padding: 10px;
  }
  .tzgg_64 ul{
    display:block;
    padding-bottom: 10px;
  }
  .tzgg_64 ul li{
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .yqxw_64{
    padding: 20px 0;
  }
  .uflex_ng{
    display: block;
  }
  .news_bg_lf64{
    width: 100%;
  }
  .news_bg_ri64{
    padding: 10px;
  }
  .news_bg_ri .tab_ul{
    align-items: center;
  }
  .top_qydt{
    align-items: center;
  }
  .qydt{
    padding: 10px;
  }
  .qydt_news ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .qydt_news ul li{
    width: 48%;
    margin-bottom: 10px;
  }
  .qydt_news ul li p{
    padding-top: 10px;
  }
  .qhjs ul{
    display: block;
  }
  .qhjs ul li{
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .qhjs{
    padding: 10px;
  }
  .xwzx_name, .yqxw_title{
    font-size: 20px;
  }
  .top_qhjs a{
    right: 0px;
    top: 58px;
  }
  .xwzx_title .xwzx_shader, .yqxw_shader{
    font-size: 16px;
  }
  .qhjs ul li a .qhjs_ri{
    padding: 10px;
  }
  .qhjs ul li a .qhjs_ri img{
    top: 107px;
  }
  .new604{
    display: block;
  }
  .djdt_bg ul{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
